home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
hity wydania
/
Ubuntu 9.10 PL
/
karmelkowy-koliberek-desktop-9.10-i386-PL.iso
/
casper
/
filesystem.squashfs
/
usr
/
lib
/
libvte9
/
osc
< prev
next >
Wrap
Text File
|
2009-10-02
|
387b
|
22 lines
#!/bin/sh
#
# Operating system commands.
#
if [ "$#" -eq 0 ] ; then
echo usage: `basename $0` 'command [...]'
echo commands:
echo " 0 'title' change icon name and window title"
echo " 1 'title' change icon name"
echo " 2 'title' change window title"
exit
fi
args=
for arg in $@ ; do
if [ "$args" = "" ] ; then
args="$arg"
else
args="$args;$arg"
fi
done
printf "]"${args}